tools python: remove unused auxbin functions
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 16:26:28 +0000 (17:26 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 23 Jun 2009 16:26:28 +0000 (17:26 +0100)
Signed-off-by: Christoph Egger <Christoph.Egger@amd.com>
tools/python/xen/util/auxbin.py

index 056d1fd3a39d231d4e66a6ccc20d9ea419bfb938..8dd2e5dec098523c5eba58327d7b9d801560e6b4 100644 (file)
@@ -40,12 +40,6 @@ def pathTo(exebin):
             return exe
     return None
 
-def path():
-    return LIBEXEC
-
-def libpath():
-    return LIBDIR
-
 def xen_configdir():
     return XEN_CONFIG_DIR